/*banner*/		
		.slider { margin: 0 auto; position: relative; width: 100%; } 
		 .slider .bd { position: relative; z-index: 0; }  .slider .bd li { overflow: hidden; } 
		  .slider .bd li img { display: block; width: 100%; }  
		  .slider .hd { width: 100%; position: absolute; z-index: 1; bottom: 0; left: 0; height: 30px; line-height: 30px; }  
		  .slider .hd ul { text-align: center; }  
		  .slider .hd ul li { cursor: pointer; display: inline-block; *display: inline; zoom: 1; width: 18px; height: 18px; margin: 0 4px; background: url(../img/t_3.png) 0 0px; overflow: hidden; filter: alpha(opacity=90); opacity: 0.9; vertical-align: top; line-height: 9999px; }  
		  .slider .hd ul .on { background: url(../img/p_1.png) 0 0px; } 
		   .slider .timer { position: absolute; z-index: 1; left: 0; bottom: 0; height: 4px; width: 0; background: #FFFFFF; filter: alpha(opacity=40); opacity: 0.4; font-size: 0; overflow: hidden; }
			/* 下面是前/后按钮代码，如果不需要删除即可 */
		/*.slider .prev,
		.slider .next{ position:absolute; left:0; top:50%; margin-top:-31px; display:block; width:91px; height:62px; background:url(../img/t_2.jpg)  no-repeat; /*filter:alpha(opacity=50);opacity:0.5; */ }*/
		

/* 产品展示css */
		.slideTxtBox{ 100%; text-align:left;  }
		.slideTxtBox .hd{ height:60px; line-height:30px;  position:relative; margin-bottom: 10px;}
		.slideTxtBox .hd ul{ float:left;  position:absolute; left:20px; top:-1px; height:32px;   }
		.slideTxtBox .hd ul li{ float:left; padding:0 35px 25px; cursor:pointer; font-size: 14px; }
		.slideTxtBox .hd ul a{font-size: 14px;padding-left: 35px;}
		.slideTxtBox .hd ul li.on{ color: #F79646; background: url(../img/t_3.jpg) no-repeat center bottom; }
		.slideTxtBox .bd ul{ padding:15px;  zoom:1;  }
		.slideTxtBox .bd li{ height:24px; line-height:24px;   }
		.slideTxtBox .bd li .date{ float:right; color:#999;  }